ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexPieBase<T> Class / BindingName Property

In This Topic
    BindingName Property (FlexPieBase<T>)
    In This Topic
    Gets or sets the name of the property that contains the name of the data item.
    Syntax
    'Declaration
     
    Public Overridable Property BindingName As String
    public virtual string BindingName {get; set;}
    See Also